changed which html file is piped through to README
authorØyvind Kolås <ok@src.gnome.org>
Sun, 21 Aug 2005 18:23:22 +0000 (18:23 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 21 Aug 2005 18:23:22 +0000 (18:23 +0000)
ChangeLog
docs/Makefile.am

index cff1b944d378eaebf4a3470872fc44ecb997bac5..8e860b98ad2315cce192e15c8820f8c8d92efbe6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-21  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/Makefile.am: Changed which html file is piped through w3m to
+       generate README.
+
 2005-08-21  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/base/model-grayscale.c: removed
index d8917022df21bf013df51b6ef2a83b5098ae5102..b0839113e5a24e577e73609079d9fb8290232d15 100644 (file)
@@ -32,7 +32,7 @@ index.html: index-static.html $(top_builddir)/tests/babl_html_dump ../AUTHORS ..
        $(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
        $(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
        
-       w3m -cols 72 -dump $< > ../README
+       w3m -cols 72 -dump $@ > ../README
 
 distclean-local:
        if test $(srcdir) = .; then :; else     \